Solution: Step1: Go to Google Chrome: Access same URL: Download Certificate (call it myCert.cer)
Open Google Chrome. Click on Three Dots on Right-Top Most Corner, Select More Tools/Developer Tools –> Go to Security Tab –> Select View Certificate –> Go to Details Tab –> Click on Copy to File.
Step2: Download importcert.m and execute >> importcert(‘myCert.cer’)
Step3: Restart MATLAB
Adding certificate:
Keytool -import -alias CERTNAME -file c:\certificate.crt(you are asked to define password)
and
Keytool -keystore ..\lib\security\cacerts -import -alias CERTNAME -file c:\certificate.crt(if password required, try 'changeit')